Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-0985 (GCVE-0-2024-0985)
Vulnerability from cvelistv5
Published
2024-02-08 13:00
Modified
2025-06-13 15:09
Severity ?
VLAI Severity ?
EPSS score ?
Summary
Late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL allows an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling safe refresh of untrusted materialized views. The victim is a superuser or member of one of the attacker's roles. The attack requires luring the victim into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker's materialized view. Versions before PostgreSQL 16.2, 15.6, 14.11, 13.14, and 12.18 are affected.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
n/a | PostgreSQL |
Version: 16 < 16.2 Version: 15 < 15.6 Version: 14 < 14.11 Version: 13 < 13.14 Version: 0 < 12.18 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-12-20T13:06:41.461Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://www.postgresql.org/support/security/CVE-2024-0985/" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00017.html" }, { "tags": [ "x_transferred" ], "url": "https://saites.dev/projects/personal/postgres-cve-2024-0985/" }, { "url": "https://security.netapp.com/advisory/ntap-20241220-0005/" } ], "title": "CVE Program Container" }, { "metrics": [ { "other": { "content": { "id": "CVE-2024-0985", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2024-02-16T05:00:50.348714Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-06-13T15:09:30.114Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "PostgreSQL", "vendor": "n/a", "versions": [ { "lessThan": "16.2", "status": "affected", "version": "16", "versionType": "rpm" }, { "lessThan": "15.6", "status": "affected", "version": "15", "versionType": "rpm" }, { "lessThan": "14.11", "status": "affected", "version": "14", "versionType": "rpm" }, { "lessThan": "13.14", "status": "affected", "version": "13", "versionType": "rpm" }, { "lessThan": "12.18", "status": "affected", "version": "0", "versionType": "rpm" } ] } ], "configurations": [ { "lang": "en", "value": "attacker has permission to create non-temporary objects in at least one schema" } ], "credits": [ { "lang": "en", "value": "The PostgreSQL project thanks Pedro Gallegos for reporting this problem." } ], "descriptions": [ { "lang": "en", "value": "Late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL allows an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling safe refresh of untrusted materialized views. The victim is a superuser or member of one of the attacker\u0027s roles. The attack requires luring the victim into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view. Versions before PostgreSQL 16.2, 15.6, 14.11, 13.14, and 12.18 are affected." } ], "metrics": [ { "cvssV3_1": { "baseScore": 8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "format": "CVSS" } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-271", "description": "Privilege Dropping / Lowering Errors", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-07-10T17:13:47.434Z", "orgId": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "shortName": "PostgreSQL" }, "references": [ { "url": "https://www.postgresql.org/support/security/CVE-2024-0985/" }, { "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00017.html" }, { "url": "https://saites.dev/projects/personal/postgres-cve-2024-0985/" } ], "title": "PostgreSQL non-owner REFRESH MATERIALIZED VIEW CONCURRENTLY executes arbitrary SQL", "workarounds": [ { "lang": "en", "value": "Use REFRESH MATERIALIZED VIEW without CONCURRENTLY." }, { "lang": "en", "value": "In a new database connection, authenticate as the materialized view owner." } ] } }, "cveMetadata": { "assignerOrgId": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "assignerShortName": "PostgreSQL", "cveId": "CVE-2024-0985", "datePublished": "2024-02-08T13:00:02.411Z", "dateReserved": "2024-01-27T20:47:02.113Z", "dateUpdated": "2025-06-13T15:09:30.114Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-0985\",\"sourceIdentifier\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"published\":\"2024-02-08T13:15:08.927\",\"lastModified\":\"2024-12-20T13:15:19.070\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL allows an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling safe refresh of untrusted materialized views. The victim is a superuser or member of one of the attacker\u0027s roles. The attack requires luring the victim into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view. Versions before PostgreSQL 16.2, 15.6, 14.11, 13.14, and 12.18 are affected.\"},{\"lang\":\"es\",\"value\":\"La ca\u00edda tard\u00eda de privilegios en ACTUALIZAR VISTA MATERIALIZADA CONCURRENTE en PostgreSQL permite a un creador de objetos ejecutar funciones SQL arbitrarias como emisor de comandos. El comando pretende ejecutar funciones SQL como propietario de la vista materializada, lo que permite una actualizaci\u00f3n segura de vistas materializadas que no son de confianza. La v\u00edctima es un superusuario o miembro de uno de los roles del atacante. El ataque requiere atraer a la v\u00edctima para que ejecute ACTUALIZAR VISTA MATERIALIZADA CONCURRENTE en la vista materializada del atacante. Como parte de la explotaci\u00f3n de esta vulnerabilidad, el atacante crea funciones que utilizan CREATE RULE para convertir la tabla temporal creada internamente en una vista. Las versiones anteriores a PostgreSQL 15.6, 14.11, 13.14 y 12.18 se ven afectadas. El \u00fanico exploit conocido no funciona en PostgreSQL 16 y posteriores. Para una defensa en profundidad, PostgreSQL 16.2 agrega las protecciones que utilizan las ramas m\u00e1s antiguas para corregir su vulnerabilidad.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":8.0,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.1,\"impactScore\":5.9},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":8.0,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.1,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-271\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"12.0\",\"versionEndExcluding\":\"12.18\",\"matchCriteriaId\":\"6515DD96-8226-4C7A-9731-75C62F781ADD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"13.0\",\"versionEndExcluding\":\"13.14\",\"matchCriteriaId\":\"36C5A43F-5861-460E-912B-BC70C232DEED\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"14.0\",\"versionEndExcluding\":\"14.11\",\"matchCriteriaId\":\"170AC44C-3970-46BF-8071-4B29F5EF20F3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"15.0\",\"versionEndExcluding\":\"15.6\",\"matchCriteriaId\":\"AF8DDD13-1879-4298-855A-F2FC236CB846\"}]}]}],\"references\":[{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00017.html\",\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\"},{\"url\":\"https://saites.dev/projects/personal/postgres-cve-2024-0985/\",\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\"},{\"url\":\"https://www.postgresql.org/support/security/CVE-2024-0985/\",\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00017.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://saites.dev/projects/personal/postgres-cve-2024-0985/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20241220-0005/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.postgresql.org/support/security/CVE-2024-0985/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://www.postgresql.org/support/security/CVE-2024-0985/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/03/msg00017.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://saites.dev/projects/personal/postgres-cve-2024-0985/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241220-0005/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-12-20T13:06:41.461Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-0985\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-02-16T05:00:50.348714Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-06-13T15:09:26.424Z\"}}], \"cna\": {\"title\": \"PostgreSQL non-owner REFRESH MATERIALIZED VIEW CONCURRENTLY executes arbitrary SQL\", \"credits\": [{\"lang\": \"en\", \"value\": \"The PostgreSQL project thanks Pedro Gallegos for reporting this problem.\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 8, \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H\"}}], \"affected\": [{\"vendor\": \"n/a\", \"product\": \"PostgreSQL\", \"versions\": [{\"status\": \"affected\", \"version\": \"16\", \"lessThan\": \"16.2\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"15\", \"lessThan\": \"15.6\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"14\", \"lessThan\": \"14.11\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"13\", \"lessThan\": \"13.14\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"12.18\", \"versionType\": \"rpm\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://www.postgresql.org/support/security/CVE-2024-0985/\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/03/msg00017.html\"}, {\"url\": \"https://saites.dev/projects/personal/postgres-cve-2024-0985/\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Use REFRESH MATERIALIZED VIEW without CONCURRENTLY.\"}, {\"lang\": \"en\", \"value\": \"In a new database connection, authenticate as the materialized view owner.\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL allows an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling safe refresh of untrusted materialized views. The victim is a superuser or member of one of the attacker\u0027s roles. The attack requires luring the victim into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view. Versions before PostgreSQL 16.2, 15.6, 14.11, 13.14, and 12.18 are affected.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-271\", \"description\": \"Privilege Dropping / Lowering Errors\"}]}], \"configurations\": [{\"lang\": \"en\", \"value\": \"attacker has permission to create non-temporary objects in at least one schema\"}], \"providerMetadata\": {\"orgId\": \"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\", \"shortName\": \"PostgreSQL\", \"dateUpdated\": \"2024-07-10T17:13:47.434Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2024-0985\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-06-13T15:09:30.114Z\", \"dateReserved\": \"2024-01-27T20:47:02.113Z\", \"assignerOrgId\": \"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\", \"datePublished\": \"2024-02-08T13:00:02.411Z\", \"assignerShortName\": \"PostgreSQL\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
rhsa-2024_0956
Vulnerability from csaf_redhat
Published
2024-02-26 01:47
Modified
2024-11-13 15:06
Summary
Red Hat Security Advisory: postgresql:10 security update
Notes
Topic
An update for the postgresql:10 module is now available for Red Hat Enterprise Linux 8.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:10 module is now available for Red Hat Enterprise Linux 8.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:0956", "url": "https://access.redhat.com/errata/RHSA-2024:0956" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0956.json" } ], "title": "Red Hat Security Advisory: postgresql:10 security update", "tracking": { "current_release_date": "2024-11-13T15:06:24+00:00", "generator": { "date": "2024-11-13T15:06:24+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:0956", "initial_release_date": "2024-02-26T01:47:41+00:00", "revision_history": [ { "date": "2024-02-26T01:47:41+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-02-26T01:47:41+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T15:06:24+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 AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:10:8090020240213200157:a75119d5", "product": { "name": "postgresql:10:8090020240213200157:a75119d5", "product_id": "postgresql:10:8090020240213200157:a75119d5", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@10:8090020240213200157:a75119d5" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.src", "product": { "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.src", "product_id": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.23-4.module%2Bel8.9.0%2B21317%2Bd2c6bf8a?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, "product_reference": "postgresql:10:8090020240213200157:a75119d5", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.src as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.src" }, "product_reference": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64 as a component of postgresql:10:8090020240213200157:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.src", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-26T01:47:41+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": [ "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.src", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0956" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.src", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.src", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-contrib-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-debugsource-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-docs-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plperl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-static-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-test-rpm-macros-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:10:8090020240213200157:a75119d5:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.9.0+21317+d2c6bf8a.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024_1429
Vulnerability from csaf_redhat
Published
2024-03-19 18:09
Modified
2024-11-13 15:07
Summary
Red Hat Security Advisory: postgresql security update
Notes
Topic
An update for the postgresql:10 module is now available for Red Hat Enterprise Linux 8.4 Advanced Update Support.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:10 module is now available for Red Hat Enterprise Linux 8.4 Advanced Update Support.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:1429", "url": "https://access.redhat.com/errata/RHSA-2024:1429" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1429.json" } ], "title": "Red Hat Security Advisory: postgresql security update", "tracking": { "current_release_date": "2024-11-13T15:07:19+00:00", "generator": { "date": "2024-11-13T15:07:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:1429", "initial_release_date": "2024-03-19T18:09:57+00:00", "revision_history": [ { "date": "2024-03-19T18:09:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-19T18:09:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T15:07:19+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 AppStream AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:10:8040020240226112406:522a0ee4", "product": { "name": "postgresql:10:8040020240226112406:522a0ee4", "product_id": "postgresql:10:8040020240226112406:522a0ee4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@10:8040020240226112406:522a0ee4" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "product": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "product_id": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, "product_reference": "postgresql:10:8040020240226112406:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, "product_reference": "postgresql:10:8040020240226112406:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, "product_reference": "postgresql:10:8040020240226112406:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-19T18:09:57+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1429" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024_1069
Vulnerability from csaf_redhat
Published
2024-03-04 19:43
Modified
2024-11-13 15:06
Summary
Red Hat Security Advisory: postgresql:12 security update
Notes
Topic
An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:12 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:1069", "url": "https://access.redhat.com/errata/RHSA-2024:1069" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1069.json" } ], "title": "Red Hat Security Advisory: postgresql:12 security update", "tracking": { "current_release_date": "2024-11-13T15:06:12+00:00", "generator": { "date": "2024-11-13T15:06:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:1069", "initial_release_date": "2024-03-04T19:43:53+00:00", "revision_history": [ { "date": "2024-03-04T19:43:53+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-04T19:43:53+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T15:06:12+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 AppStream EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:12:8080020240214025906:63b34585", "product": { "name": "postgresql:12:8080020240214025906:63b34585", "product_id": "postgresql:12:8080020240214025906:63b34585", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@12:8080020240214025906:63b34585" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.8.0+21321+6401a6db.noarch", "product": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.8.0+21321+6401a6db.noarch", "product_id": "postgresql-test-rpm-macros-0:12.18-1.module+el8.8.0+21321+6401a6db.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.src", "product": { "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.src", "product_id": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.8.0%2B21321%2B6401a6db?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, "product_reference": "postgresql:12:8080020240214025906:63b34585", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.src as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.src" }, "product_reference": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.8.0+21321+6401a6db.noarch as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-rpm-macros-0:12.18-1.module+el8.8.0+21321+6401a6db.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.8.0+21321+6401a6db.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64 as a component of postgresql:12:8080020240214025906:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-rpm-macros-0:12.18-1.module+el8.8.0+21321+6401a6db.noarch", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-04T19:43:53+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": [ "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-rpm-macros-0:12.18-1.module+el8.8.0+21321+6401a6db.noarch", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1069" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-rpm-macros-0:12.18-1.module+el8.8.0+21321+6401a6db.noarch", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.src", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-contrib-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-debugsource-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-docs-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plperl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-static-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-test-rpm-macros-0:12.18-1.module+el8.8.0+21321+6401a6db.noarch", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.s390x", "AppStream-8.8.0.Z.EUS:postgresql:12:8080020240214025906:63b34585:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.8.0+21321+6401a6db.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024_0973
Vulnerability from csaf_redhat
Published
2024-02-26 02:33
Modified
2024-11-13 15:06
Summary
Red Hat Security Advisory: postgresql:15 security update
Notes
Topic
An update for the postgresql:15 module is now available for Red Hat Enterprise Linux 8.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:15 module is now available for Red Hat Enterprise Linux 8.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:0973", "url": "https://access.redhat.com/errata/RHSA-2024:0973" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0973.json" } ], "title": "Red Hat Security Advisory: postgresql:15 security update", "tracking": { "current_release_date": "2024-11-13T15:06:58+00:00", "generator": { "date": "2024-11-13T15:06:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:0973", "initial_release_date": "2024-02-26T02:33:21+00:00", "revision_history": [ { "date": "2024-02-26T02:33:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-02-26T02:33:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T15:06:58+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 AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:15:8090020240209124629:a75119d5", "product": { "name": "postgresql:15:8090020240209124629:a75119d5", "product_id": "postgresql:15:8090020240209124629:a75119d5", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@15:8090020240209124629:a75119d5" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "product": { "name": "postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "product_id": "postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "product": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "product_id": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, "product_reference": "postgresql:15:8090020240209124629:a75119d5", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src" }, "product_reference": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-26T02:33:21+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": [ "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0973" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024:1195
Vulnerability from csaf_redhat
Published
2024-03-06 16:40
Modified
2025-03-03 16:57
Summary
Red Hat Security Advisory: postgresql:12 security update
Notes
Topic
An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.4 Advanced Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:12 module is now available for Red Hat Enterprise Linux 8.4 Advanced Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:1195", "url": "https://access.redhat.com/errata/RHSA-2024:1195" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1195.json" } ], "title": "Red Hat Security Advisory: postgresql:12 security update", "tracking": { "current_release_date": "2025-03-03T16:57:33+00:00", "generator": { "date": "2025-03-03T16:57:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2024:1195", "initial_release_date": "2024-03-06T16:40:46+00:00", "revision_history": [ { "date": "2024-03-06T16:40:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-06T16:40:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-03T16:57:33+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 AppStream AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:12:8040020240214080556:522a0ee4", "product": { "name": "postgresql:12:8040020240214080556:522a0ee4", "product_id": "postgresql:12:8040020240214080556:522a0ee4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@12:8040020240214080556:522a0ee4" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "product": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "product_id": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "product": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "product_id": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "product": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "product_id": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, "product_reference": "postgresql:12:8040020240214080556:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, "product_reference": "postgresql:12:8040020240214080556:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, "product_reference": "postgresql:12:8040020240214080556:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-06T16:40: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.", "product_ids": [ "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1195" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024:0975
Vulnerability from csaf_redhat
Published
2024-02-26 03:36
Modified
2025-05-19 18:06
Summary
Red Hat Security Advisory: postgresql:13 security update
Notes
Topic
An update for the postgresql:13 module is now available for Red Hat Enterprise Linux 8.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:13 module is now available for Red Hat Enterprise Linux 8.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:0975", "url": "https://access.redhat.com/errata/RHSA-2024:0975" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0975.json" } ], "title": "Red Hat Security Advisory: postgresql:13 security update", "tracking": { "current_release_date": "2025-05-19T18:06:10+00:00", "generator": { "date": "2025-05-19T18:06:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.5.1" } }, "id": "RHSA-2024:0975", "initial_release_date": "2024-02-26T03:36:47+00:00", "revision_history": [ { "date": "2024-02-26T03:36:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-02-26T03:36:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-05-19T18:06:10+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 AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:13:8090020240209125046:a75119d5", "product": { "name": "postgresql:13:8090020240209125046:a75119d5", "product_id": "postgresql:13:8090020240209125046:a75119d5", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@13:8090020240209125046:a75119d5" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "product": { "name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "product_id": "postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "product": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "product_id": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, "product_reference": "postgresql:13:8090020240209125046:a75119d5", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src" }, "product_reference": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-26T03:36:47+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": [ "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0975" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024_0988
Vulnerability from csaf_redhat
Published
2024-02-26 19:53
Modified
2024-11-13 15:07
Summary
Red Hat Security Advisory: rh-postgresql13-postgresql security update
Notes
Topic
An update for rh-postgresql13-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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 rh-postgresql13-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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:0988", "url": "https://access.redhat.com/errata/RHSA-2024:0988" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0988.json" } ], "title": "Red Hat Security Advisory: rh-postgresql13-postgresql security update", "tracking": { "current_release_date": "2024-11-13T15:07:18+00:00", "generator": { "date": "2024-11-13T15:07:18+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:0988", "initial_release_date": "2024-02-26T19:53:53+00:00", "revision_history": [ { "date": "2024-02-26T19:53:53+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-02-26T19:53:53+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T15:07:18+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 RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "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-postgresql13-postgresql-0:13.14-1.el7.src", "product": { "name": "rh-postgresql13-postgresql-0:13.14-1.el7.src", "product_id": "rh-postgresql13-postgresql-0:13.14-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql@13.14-1.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql13-postgresql-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-contrib@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-contrib-syspaths@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-devel@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-docs@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-libs@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-plperl@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-plpython@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-plpython3@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-pltcl@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-server@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-server-syspaths@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-static@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-syspaths@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-test@13.14-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64", "product": { "name": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64", "product_id": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-debuginfo@13.14-1.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql13-postgresql-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-contrib@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-contrib-syspaths@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-devel@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-docs@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-libs@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-plperl@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-plpython@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-plpython3@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-pltcl@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-server@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-server-syspaths@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-static@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-syspaths@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-test@13.14-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x", "product": { "name": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x", "product_id": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-debuginfo@13.14-1.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-contrib@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-contrib-syspaths@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-devel@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-docs@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-libs@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-plperl@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-plpython@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-plpython3@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-pltcl@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-server@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-server-syspaths@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-static@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-syspaths@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-test@13.14-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le", "product": { "name": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le", "product_id": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql13-postgresql-debuginfo@13.14-1.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-0:13.14-1.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.src" }, "product_reference": "rh-postgresql13-postgresql-0:13.14-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-0:13.14-1.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.src" }, "product_reference": "rh-postgresql13-postgresql-0:13.14-1.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le" }, "product_reference": "rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x" }, "product_reference": "rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64" }, "product_reference": "rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.src", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.src", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-26T19:53:53+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-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.src", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.src", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0988" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.src", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.src", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.src", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.src", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-contrib-syspaths-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-debuginfo-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-devel-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-docs-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-libs-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plperl-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-plpython3-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-pltcl-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-server-syspaths-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-static-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-syspaths-0:13.14-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql13-postgresql-test-0:13.14-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024_1348
Vulnerability from csaf_redhat
Published
2024-03-18 01:47
Modified
2024-11-13 15:06
Summary
Red Hat Security Advisory: postgresql:10 security update
Notes
Topic
An update for the postgresql:10 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:10 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:1348", "url": "https://access.redhat.com/errata/RHSA-2024:1348" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1348.json" } ], "title": "Red Hat Security Advisory: postgresql:10 security update", "tracking": { "current_release_date": "2024-11-13T15:06:45+00:00", "generator": { "date": "2024-11-13T15:06:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:1348", "initial_release_date": "2024-03-18T01:47:54+00:00", "revision_history": [ { "date": "2024-03-18T01:47:54+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-18T01:47:54+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T15:06:45+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 AppStream EUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:10:8060020240220155541:ad008a3a", "product": { "name": "postgresql:10:8060020240220155541:ad008a3a", "product_id": "postgresql:10:8060020240220155541:ad008a3a", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@10:8060020240220155541:ad008a3a" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src", "product": { "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src", "product_id": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, "product_reference": "postgresql:10:8060020240220155541:ad008a3a", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src" }, "product_reference": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 as a component of postgresql:10:8060020240220155541:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-18T01:47:54+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": [ "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1348" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x", "AppStream-8.6.0.Z.EUS:postgresql:10:8060020240220155541:ad008a3a:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
RHSA-2024:1315
Vulnerability from csaf_redhat
Published
2024-03-13 13:54
Modified
2025-03-03 16:57
Summary
Red Hat Security Advisory: postgresql:13 security update
Notes
Topic
An update for the postgresql:13 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:13 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:1315", "url": "https://access.redhat.com/errata/RHSA-2024:1315" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1315.json" } ], "title": "Red Hat Security Advisory: postgresql:13 security update", "tracking": { "current_release_date": "2025-03-03T16:57:33+00:00", "generator": { "date": "2025-03-03T16:57:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2024:1315", "initial_release_date": "2024-03-13T13:54:03+00:00", "revision_history": [ { "date": "2024-03-13T13:54:03+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-13T13:54:03+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-03T16:57:33+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 AppStream EUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:13:8060020240219120118:ad008a3a", "product": { "name": "postgresql:13:8060020240219120118:ad008a3a", "product_id": "postgresql:13:8060020240219120118:ad008a3a", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@13:8060020240219120118:ad008a3a" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch", "product": { "name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch", "product_id": "postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src", "product": { "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src", "product_id": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, "product_reference": "postgresql:13:8060020240219120118:ad008a3a", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src" }, "product_reference": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 as a component of postgresql:13:8060020240219120118:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-13T13:54:03+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": [ "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1315" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x", "AppStream-8.6.0.Z.EUS:postgresql:13:8060020240219120118:ad008a3a:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
RHSA-2024:1422
Vulnerability from csaf_redhat
Published
2024-03-19 18:05
Modified
2025-03-03 16:59
Summary
Red Hat Security Advisory: postgresql security update
Notes
Topic
An update for the postgresql:10 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:10 module is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:1422", "url": "https://access.redhat.com/errata/RHSA-2024:1422" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1422.json" } ], "title": "Red Hat Security Advisory: postgresql security update", "tracking": { "current_release_date": "2025-03-03T16:59:04+00:00", "generator": { "date": "2025-03-03T16:59:04+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2024:1422", "initial_release_date": "2024-03-19T18:05:28+00:00", "revision_history": [ { "date": "2024-03-19T18:05:28+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-19T18:05:28+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-03T16:59:04+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 AppStream AUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:10:8020020240229083218:4cda2c84", "product": { "name": "postgresql:10:8020020240229083218:4cda2c84", "product_id": "postgresql:10:8020020240229083218:4cda2c84", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@10:8020020240229083218:4cda2c84" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "product": { "name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "product_id": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, "product_reference": "postgresql:10:8020020240229083218:4cda2c84", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src" }, "product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, "product_reference": "postgresql:10:8020020240229083218:4cda2c84", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src" }, "product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)", "product_id": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, "product_reference": "postgresql:10:8020020240229083218:4cda2c84", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src" }, "product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 as a component of postgresql:10:8020020240229083218:4cda2c84 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)", "product_id": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-19T18:05:28+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1422" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.AUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le", "AppStream-8.2.0.Z.E4S:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64", "AppStream-8.2.0.Z.TUS:postgresql:10:8020020240229083218:4cda2c84:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
RHSA-2024:1070
Vulnerability from csaf_redhat
Published
2024-03-04 19:44
Modified
2025-03-03 16:56
Summary
Red Hat Security Advisory: postgresql:12 security update
Notes
Topic
An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:12 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:1070", "url": "https://access.redhat.com/errata/RHSA-2024:1070" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1070.json" } ], "title": "Red Hat Security Advisory: postgresql:12 security update", "tracking": { "current_release_date": "2025-03-03T16:56:08+00:00", "generator": { "date": "2025-03-03T16:56:08+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2024:1070", "initial_release_date": "2024-03-04T19:44:06+00:00", "revision_history": [ { "date": "2024-03-04T19:44:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-04T19:44:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-03T16:56:08+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 AppStream EUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:12:8060020240214083443:ad008a3a", "product": { "name": "postgresql:12:8060020240214083443:ad008a3a", "product_id": "postgresql:12:8060020240214083443:ad008a3a", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@12:8060020240214083443:ad008a3a" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch", "product": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch", "product_id": "postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src", "product": { "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src", "product_id": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, "product_reference": "postgresql:12:8060020240214083443:ad008a3a", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src" }, "product_reference": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 as a component of postgresql:12:8060020240214083443:ad008a3a as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-04T19:44: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": [ "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1070" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x", "AppStream-8.6.0.Z.EUS:postgresql:12:8060020240214083443:ad008a3a:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024_0990
Vulnerability from csaf_redhat
Published
2024-02-26 19:53
Modified
2024-11-13 15:07
Summary
Red Hat Security Advisory: rh-postgresql12-postgresql security update
Notes
Topic
An update for rh-postgresql12-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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 rh-postgresql12-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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:0990", "url": "https://access.redhat.com/errata/RHSA-2024:0990" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0990.json" } ], "title": "Red Hat Security Advisory: rh-postgresql12-postgresql security update", "tracking": { "current_release_date": "2024-11-13T15:07:29+00:00", "generator": { "date": "2024-11-13T15:07:29+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:0990", "initial_release_date": "2024-02-26T19:53:59+00:00", "revision_history": [ { "date": "2024-02-26T19:53:59+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-02-26T19:53:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T15:07:29+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 RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "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-postgresql12-postgresql-0:12.18-1.el7.src", "product": { "name": "rh-postgresql12-postgresql-0:12.18-1.el7.src", "product_id": "rh-postgresql12-postgresql-0:12.18-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql@12.18-1.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql12-postgresql-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-contrib@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-contrib-syspaths@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-devel@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-docs@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-libs@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-plperl@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-plpython@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-pltcl@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-server@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-server-syspaths@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-static@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-syspaths@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-test@12.18-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64", "product": { "name": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64", "product_id": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-debuginfo@12.18-1.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql12-postgresql-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-contrib@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-contrib-syspaths@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-devel@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-docs@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-libs@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-plperl@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-plpython@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-pltcl@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-server@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-server-syspaths@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-static@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-syspaths@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-test@12.18-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x", "product": { "name": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x", "product_id": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-debuginfo@12.18-1.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-contrib@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-contrib-syspaths@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-devel@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-docs@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-libs@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-plperl@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-plpython@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-pltcl@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-server@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-server-syspaths@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-static@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-syspaths@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-test@12.18-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le", "product": { "name": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le", "product_id": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql12-postgresql-debuginfo@12.18-1.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-0:12.18-1.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.src" }, "product_reference": "rh-postgresql12-postgresql-0:12.18-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-0:12.18-1.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.src" }, "product_reference": "rh-postgresql12-postgresql-0:12.18-1.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le" }, "product_reference": "rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x" }, "product_reference": "rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64" }, "product_reference": "rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.src", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.src", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-26T19:53:59+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-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.src", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.src", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0990" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.src", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.src", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.src", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.src", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-contrib-syspaths-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-debuginfo-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-devel-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-docs-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-libs-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plperl-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-plpython-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-pltcl-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-server-syspaths-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-static-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-syspaths-0:12.18-1.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql12-postgresql-test-0:12.18-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024_0974
Vulnerability from csaf_redhat
Published
2024-02-26 03:03
Modified
2024-11-13 15:06
Summary
Red Hat Security Advisory: postgresql:12 security update
Notes
Topic
An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:12 module is now available for Red Hat Enterprise Linux 8.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:0974", "url": "https://access.redhat.com/errata/RHSA-2024:0974" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0974.json" } ], "title": "Red Hat Security Advisory: postgresql:12 security update", "tracking": { "current_release_date": "2024-11-13T15:06:36+00:00", "generator": { "date": "2024-11-13T15:06:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:0974", "initial_release_date": "2024-02-26T03:03:31+00:00", "revision_history": [ { "date": "2024-02-26T03:03:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-02-26T03:03:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T15:06:36+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 AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:12:8090020240209130909:a75119d5", "product": { "name": "postgresql:12:8090020240209130909:a75119d5", "product_id": "postgresql:12:8090020240209130909:a75119d5", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@12:8090020240209130909:a75119d5" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.9.0+21289+7c796f9d.noarch", "product": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.9.0+21289+7c796f9d.noarch", "product_id": "postgresql-test-rpm-macros-0:12.18-1.module+el8.9.0+21289+7c796f9d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.src", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.src", "product_id": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.src", "product": { "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.src", "product_id": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-7.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-7.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-7.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-7.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-7.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-7.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-7.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-7.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-7.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B19330%2Bc97ddbdf?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.9.0%2B21289%2B7c796f9d?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, "product_reference": "postgresql:12:8090020240209130909:a75119d5", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.src as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.src" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.src as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.src" }, "product_reference": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.9.0+21289+7c796f9d.noarch as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-rpm-macros-0:12.18-1.module+el8.9.0+21289+7c796f9d.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.9.0+21289+7c796f9d.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64 as a component of postgresql:12:8090020240209130909:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-rpm-macros-0:12.18-1.module+el8.9.0+21289+7c796f9d.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-26T03:03:31+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": [ "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-rpm-macros-0:12.18-1.module+el8.9.0+21289+7c796f9d.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0974" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-rpm-macros-0:12.18-1.module+el8.9.0+21289+7c796f9d.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debuginfo-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:pgaudit-debugsource-0:1.4.0-7.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+19330+c97ddbdf.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.src", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-contrib-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-debugsource-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-docs-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plperl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-static-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-test-rpm-macros-0:12.18-1.module+el8.9.0+21289+7c796f9d.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:12:8090020240209130909:a75119d5:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.9.0+21289+7c796f9d.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024_0992
Vulnerability from csaf_redhat
Published
2024-02-26 19:51
Modified
2024-11-13 15:07
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:0992", "url": "https://access.redhat.com/errata/RHSA-2024:0992" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0992.json" } ], "title": "Red Hat Security Advisory: rh-postgresql10-postgresql security update", "tracking": { "current_release_date": "2024-11-13T15:07:08+00:00", "generator": { "date": "2024-11-13T15:07:08+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:0992", "initial_release_date": "2024-02-26T19:51:54+00:00", "revision_history": [ { "date": "2024-02-26T19:51:54+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-02-26T19:51:54+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T15:07:08+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 RHEL Workstation(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for RHEL(v. 7)", "product": { "name": "Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8", "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-0:10.23-3.el7.src", "product": { "name": "rh-postgresql10-postgresql-0:10.23-3.el7.src", "product_id": "rh-postgresql10-postgresql-0:10.23-3.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql@10.23-3.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql10-postgresql-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib-syspaths@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-devel@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-docs@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-libs@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plperl@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plpython@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-pltcl@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server-syspaths@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-static@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-syspaths@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-test@10.23-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64", "product": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64", "product_id": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-debuginfo@10.23-3.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql10-postgresql-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib-syspaths@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-devel@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-docs@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-libs@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plperl@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plpython@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-pltcl@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server-syspaths@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-static@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-syspaths@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-test@10.23-3.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x", "product": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x", "product_id": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-debuginfo@10.23-3.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-contrib-syspaths@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-devel@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-docs@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-libs@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plperl@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-plpython@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-pltcl@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-server-syspaths@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-static@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-syspaths@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-test@10.23-3.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le", "product": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le", "product_id": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-postgresql10-postgresql-debuginfo@10.23-3.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.23-3.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.src" }, "product_reference": "rh-postgresql10-postgresql-0:10.23-3.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)", "product_id": "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.23-3.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.src" }, "product_reference": "rh-postgresql10-postgresql-0:10.23-3.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.8" }, { "category": "default_component_of", "full_product_name": { "name": "rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)", "product_id": "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64" }, "product_reference": "rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.src", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.src", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-26T19:51:54+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-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.src", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.src", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0992" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.src", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.src", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.src", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x", "7Server-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.src", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-contrib-syspaths-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-debuginfo-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-devel-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-docs-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-libs-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plperl-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-plpython-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-pltcl-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-server-syspaths-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-static-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-syspaths-0:10.23-3.el7.x86_64", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.ppc64le", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.s390x", "7Workstation-RHSCL-3.8:rh-postgresql10-postgresql-test-0:10.23-3.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024:0973
Vulnerability from csaf_redhat
Published
2024-02-26 02:33
Modified
2025-05-19 18:06
Summary
Red Hat Security Advisory: postgresql:15 security update
Notes
Topic
An update for the postgresql:15 module is now available for Red Hat Enterprise Linux 8.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:15 module is now available for Red Hat Enterprise Linux 8.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:0973", "url": "https://access.redhat.com/errata/RHSA-2024:0973" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0973.json" } ], "title": "Red Hat Security Advisory: postgresql:15 security update", "tracking": { "current_release_date": "2025-05-19T18:06:23+00:00", "generator": { "date": "2025-05-19T18:06:23+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.5.1" } }, "id": "RHSA-2024:0973", "initial_release_date": "2024-02-26T02:33:21+00:00", "revision_history": [ { "date": "2024-02-26T02:33:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-02-26T02:33:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-05-19T18:06:23+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 AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:15:8090020240209124629:a75119d5", "product": { "name": "postgresql:15:8090020240209124629:a75119d5", "product_id": "postgresql:15:8090020240209124629:a75119d5", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@15:8090020240209124629:a75119d5" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "product": { "name": "postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "product_id": "postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "product": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "product_id": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.9.0%2B19797%2Bc4ce5969?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel8.9.0%2B21287%2Bd0eecfe6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, "product_reference": "postgresql:15:8090020240209124629:a75119d5", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src" }, "product_reference": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64 as a component of postgresql:15:8090020240209124629:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-26T02:33:21+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": [ "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0973" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debuginfo-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pg_repack-debugsource-0:1.4.8-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debuginfo-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:pgaudit-debugsource-0:1.7.0-1.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.9.0+19797+c4ce5969.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.src", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-contrib-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-debugsource-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-docs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plperl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-static-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-test-rpm-macros-0:15.6-1.module+el8.9.0+21287+d0eecfe6.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:15:8090020240209124629:a75119d5:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.9.0+21287+d0eecfe6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
RHSA-2024:0951
Vulnerability from csaf_redhat
Published
2024-02-22 16:31
Modified
2025-03-03 16:55
Summary
Red Hat Security Advisory: postgresql security update
Notes
Topic
An update for postgresql is now available for Red Hat Enterprise Linux 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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 postgresql is now available for Red Hat Enterprise Linux 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": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:0951", "url": "https://access.redhat.com/errata/RHSA-2024:0951" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0951.json" } ], "title": "Red Hat Security Advisory: postgresql security update", "tracking": { "current_release_date": "2025-03-03T16:55:32+00:00", "generator": { "date": "2025-03-03T16:55:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2024:0951", "initial_release_date": "2024-02-22T16:31:00+00:00", "revision_history": [ { "date": "2024-02-22T16:31:00+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-02-22T16:31:00+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-03T16:55:32+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 AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder (v. 9)", "product": { "name": "Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.14-1.el9_3.src", "product": { "name": "postgresql-0:13.14-1.el9_3.src", "product_id": "postgresql-0:13.14-1.el9_3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_3?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-contrib-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-contrib-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-plperl-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-plperl-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-plpython3-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-plpython3-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-pltcl-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-pltcl-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-private-libs-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-private-libs-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-server-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-server-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-upgrade-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-upgrade-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-debugsource-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-debugsource-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-debuginfo-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-debuginfo-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-docs-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-docs-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-private-devel-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-private-devel-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-server-devel-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-server-devel-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-static-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-static-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-test-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-test-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.el9_3?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64", "product_id": "postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.el9_3?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-contrib-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-contrib-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-plperl-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-plperl-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-plpython3-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-plpython3-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-pltcl-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-pltcl-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-private-libs-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-private-libs-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-server-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-server-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-upgrade-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-upgrade-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-debugsource-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-debugsource-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-debuginfo-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-debuginfo-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-docs-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-docs-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-private-devel-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-private-devel-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-server-devel-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-server-devel-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-static-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-static-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-test-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-test-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.el9_3?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le", "product_id": "postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.el9_3?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-contrib-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-contrib-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-plperl-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-plperl-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-plpython3-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-plpython3-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-pltcl-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-pltcl-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-private-libs-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-private-libs-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-server-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-server-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-upgrade-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-upgrade-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-debugsource-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-debugsource-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-debuginfo-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-debuginfo-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-docs-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-docs-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-private-devel-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-private-devel-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-server-devel-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-server-devel-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-static-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-static-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-test-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-test-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.el9_3?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64", "product_id": "postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.el9_3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-0:13.14-1.el9_3.s390x", "product_id": "postgresql-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-contrib-0:13.14-1.el9_3.s390x", "product_id": "postgresql-contrib-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-plperl-0:13.14-1.el9_3.s390x", "product_id": "postgresql-plperl-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-plpython3-0:13.14-1.el9_3.s390x", "product_id": "postgresql-plpython3-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-pltcl-0:13.14-1.el9_3.s390x", "product_id": "postgresql-pltcl-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-private-libs-0:13.14-1.el9_3.s390x", "product_id": "postgresql-private-libs-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-server-0:13.14-1.el9_3.s390x", "product_id": "postgresql-server-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-upgrade-0:13.14-1.el9_3.s390x", "product_id": "postgresql-upgrade-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-debugsource-0:13.14-1.el9_3.s390x", "product_id": "postgresql-debugsource-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-debuginfo-0:13.14-1.el9_3.s390x", "product_id": "postgresql-debuginfo-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x", "product_id": "postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x", "product_id": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.s390x", "product_id": "postgresql-server-debuginfo-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.s390x", "product_id": "postgresql-test-debuginfo-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-docs-0:13.14-1.el9_3.s390x", "product_id": "postgresql-docs-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-private-devel-0:13.14-1.el9_3.s390x", "product_id": "postgresql-private-devel-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-server-devel-0:13.14-1.el9_3.s390x", "product_id": "postgresql-server-devel-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-static-0:13.14-1.el9_3.s390x", "product_id": "postgresql-static-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-test-0:13.14-1.el9_3.s390x", "product_id": "postgresql-test-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.el9_3?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.s390x", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.s390x", "product_id": "postgresql-upgrade-devel-0:13.14-1.el9_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.el9_3?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.el9_3.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.src" }, "product_reference": "postgresql-0:13.14-1.el9_3.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-contrib-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-contrib-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-contrib-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-contrib-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-debugsource-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-debugsource-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-debugsource-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-docs-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-docs-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-docs-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-docs-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-plperl-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-plperl-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-plperl-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-plperl-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-plpython3-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-plpython3-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-plpython3-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-pltcl-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-pltcl-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-pltcl-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-private-devel-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-private-devel-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-private-devel-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-private-devel-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-private-libs-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-private-libs-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-private-libs-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-private-libs-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-server-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-server-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-server-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-server-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-server-devel-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-server-devel-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-server-devel-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-static-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-static-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-static-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-static-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-test-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-test-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-test-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-test-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-upgrade-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-upgrade-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-upgrade-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.el9_3.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.src" }, "product_reference": "postgresql-0:13.14-1.el9_3.src", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-contrib-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-contrib-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-contrib-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-contrib-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-debugsource-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-debugsource-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-debugsource-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-docs-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-docs-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-docs-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-docs-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-plperl-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-plperl-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-plperl-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-plperl-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-plpython3-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-plpython3-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-plpython3-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-pltcl-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-pltcl-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-pltcl-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-private-devel-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-private-devel-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-private-devel-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-private-devel-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-private-libs-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-private-libs-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-private-libs-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-private-libs-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-server-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-server-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-server-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-server-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-server-devel-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-server-devel-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-server-devel-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-static-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-static-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-static-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-static-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-test-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-test-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-test-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-test-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-upgrade-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-upgrade-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-upgrade-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64", "relates_to_product_reference": "CRB-9.3.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.src", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.src", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-22T16:31:00+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": [ "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.src", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.src", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0951" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.src", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.src", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.src", "AppStream-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x", "AppStream-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.src", "CRB-9.3.0.Z.MAIN:postgresql-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-contrib-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-contrib-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-debugsource-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-docs-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-docs-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plperl-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plperl-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-plpython3-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-pltcl-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-private-devel-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-private-libs-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-server-devel-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-static-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-test-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-test-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-debuginfo-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-0:13.14-1.el9_3.x86_64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.aarch64", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.ppc64le", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.s390x", "CRB-9.3.0.Z.MAIN:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
RHSA-2024:1195
Vulnerability from csaf_redhat
Published
2024-03-06 16:40
Modified
2025-03-03 16:57
Summary
Red Hat Security Advisory: postgresql:12 security update
Notes
Topic
An update for the postgresql:12 module is now available for Red Hat Enterprise Linux 8.4 Advanced Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:12 module is now available for Red Hat Enterprise Linux 8.4 Advanced Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:1195", "url": "https://access.redhat.com/errata/RHSA-2024:1195" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1195.json" } ], "title": "Red Hat Security Advisory: postgresql:12 security update", "tracking": { "current_release_date": "2025-03-03T16:57:33+00:00", "generator": { "date": "2025-03-03T16:57:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2024:1195", "initial_release_date": "2024-03-06T16:40:46+00:00", "revision_history": [ { "date": "2024-03-06T16:40:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-06T16:40:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-03T16:57:33+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 AppStream AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:12:8040020240214080556:522a0ee4", "product": { "name": "postgresql:12:8040020240214080556:522a0ee4", "product_id": "postgresql:12:8040020240214080556:522a0ee4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@12:8040020240214080556:522a0ee4" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "product": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "product_id": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "product": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "product_id": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "product": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "product_id": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, "product_reference": "postgresql:12:8040020240214080556:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, "product_reference": "postgresql:12:8040020240214080556:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, "product_reference": "postgresql:12:8040020240214080556:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 as a component of postgresql:12:8040020240214080556:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-06T16:40: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.", "product_ids": [ "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1195" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:12:8040020240214080556:522a0ee4:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024:0950
Vulnerability from csaf_redhat
Published
2024-02-22 15:50
Modified
2025-05-19 18:05
Summary
Red Hat Security Advisory: postgresql:15 security update
Notes
Topic
An update for the postgresql:15 module is now available for Red Hat Enterprise Linux 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
PostgreSQL is an advanced object-relational database management system (DBMS).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:15 module is now available for Red Hat Enterprise Linux 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": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:0950", "url": "https://access.redhat.com/errata/RHSA-2024:0950" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0950.json" } ], "title": "Red Hat Security Advisory: postgresql:15 security update", "tracking": { "current_release_date": "2025-05-19T18:05:30+00:00", "generator": { "date": "2025-05-19T18:05:30+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.5.1" } }, "id": "RHSA-2024:0950", "initial_release_date": "2024-02-22T15:50:56+00:00", "revision_history": [ { "date": "2024-02-22T15:50:56+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-02-22T15:50:56+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-05-19T18:05:30+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 AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:15:9030020240209100638:rhel9", "product": { "name": "postgresql:15:9030020240209100638:rhel9", "product_id": "postgresql:15:9030020240209100638:rhel9", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@15:9030020240209100638:rhel9" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:15.6-1.module+el9.3.0+21283+b0ea34b6.noarch", "product": { "name": "postgresql-test-rpm-macros-0:15.6-1.module+el9.3.0+21283+b0ea34b6.noarch", "product_id": "postgresql-test-rpm-macros-0:15.6-1.module+el9.3.0+21283+b0ea34b6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.src", "product": { "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.src", "product_id": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel9.3.0%2B21283%2Bb0ea34b6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, "product_reference": "postgresql:15:9030020240209100638:rhel9", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.src as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.src" }, "product_reference": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:15.6-1.module+el9.3.0+21283+b0ea34b6.noarch as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-rpm-macros-0:15.6-1.module+el9.3.0+21283+b0ea34b6.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:15.6-1.module+el9.3.0+21283+b0ea34b6.noarch", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64 as a component of postgresql:15:9030020240209100638:rhel9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-rpm-macros-0:15.6-1.module+el9.3.0+21283+b0ea34b6.noarch", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-22T15:50:56+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": [ "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-rpm-macros-0:15.6-1.module+el9.3.0+21283+b0ea34b6.noarch", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0950" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-rpm-macros-0:15.6-1.module+el9.3.0+21283+b0ea34b6.noarch", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.src", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-debugsource-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-static-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-test-rpm-macros-0:15.6-1.module+el9.3.0+21283+b0ea34b6.noarch", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.aarch64", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.ppc64le", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.s390x", "AppStream-9.3.0.Z.MAIN:postgresql:15:9030020240209100638:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.3.0+21283+b0ea34b6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
RHSA-2024:0975
Vulnerability from csaf_redhat
Published
2024-02-26 03:36
Modified
2025-05-19 18:06
Summary
Red Hat Security Advisory: postgresql:13 security update
Notes
Topic
An update for the postgresql:13 module is now available for Red Hat Enterprise Linux 8.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:13 module is now available for Red Hat Enterprise Linux 8.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:0975", "url": "https://access.redhat.com/errata/RHSA-2024:0975" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0975.json" } ], "title": "Red Hat Security Advisory: postgresql:13 security update", "tracking": { "current_release_date": "2025-05-19T18:06:10+00:00", "generator": { "date": "2025-05-19T18:06:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.5.1" } }, "id": "RHSA-2024:0975", "initial_release_date": "2024-02-26T03:36:47+00:00", "revision_history": [ { "date": "2024-02-26T03:36:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-02-26T03:36:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-05-19T18:06:10+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 AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:13:8090020240209125046:a75119d5", "product": { "name": "postgresql:13:8090020240209125046:a75119d5", "product_id": "postgresql:13:8090020240209125046:a75119d5", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@13:8090020240209125046:a75119d5" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "product": { "name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "product_id": "postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "product": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "product_id": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.9.0%2B20664%2B9c30cf7f?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.9.0%2B21288%2B3d364c44?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, "product_reference": "postgresql:13:8090020240209125046:a75119d5", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src" }, "product_reference": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64 as a component of postgresql:13:8090020240209125046:a75119d5 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "relates_to_product_reference": "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-26T03:36:47+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": [ "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0975" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debuginfo-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pg_repack-debugsource-0:1.4.6-3.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debuginfo-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:pgaudit-debugsource-0:1.5.0-1.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.9.0+20664+9c30cf7f.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.src", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-contrib-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-debugsource-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-docs-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plperl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-static-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-test-rpm-macros-0:13.14-1.module+el8.9.0+21288+3d364c44.noarch", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.aarch64", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.ppc64le", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.s390x", "AppStream-8.9.0.Z.MAIN:postgresql:13:8090020240209125046:a75119d5:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.9.0+21288+3d364c44.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024_1017
Vulnerability from csaf_redhat
Published
2024-02-28 11:54
Modified
2024-11-13 15:07
Summary
Red Hat Security Advisory: postgresql:15 security update
Notes
Topic
An update for the postgresql:15 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:15 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:1017", "url": "https://access.redhat.com/errata/RHSA-2024:1017" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1017.json" } ], "title": "Red Hat Security Advisory: postgresql:15 security update", "tracking": { "current_release_date": "2024-11-13T15:07:52+00:00", "generator": { "date": "2024-11-13T15:07:52+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:1017", "initial_release_date": "2024-02-28T11:54:15+00:00", "revision_history": [ { "date": "2024-02-28T11:54:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-02-28T11:54:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T15:07:52+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 AppStream EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:15:8080020240220104521:63b34585", "product": { "name": "postgresql:15:8080020240220104521:63b34585", "product_id": "postgresql:15:8080020240220104521:63b34585", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@15:8080020240220104521:63b34585" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:15.6-1.module+el8.8.0+21343+fedbca97.noarch", "product": { "name": "postgresql-test-rpm-macros-0:15.6-1.module+el8.8.0+21343+fedbca97.noarch", "product_id": "postgresql-test-rpm-macros-0:15.6-1.module+el8.8.0+21343+fedbca97.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "product_id": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "product_id": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.src", "product": { "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.src", "product_id": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel8.8.0%2B17071%2Baaaceaa4?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel8.8.0%2B21343%2Bfedbca97?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, "product_reference": "postgresql:15:8080020240220104521:63b34585", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.src as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.src" }, "product_reference": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:15.6-1.module+el8.8.0+21343+fedbca97.noarch as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-rpm-macros-0:15.6-1.module+el8.8.0+21343+fedbca97.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:15.6-1.module+el8.8.0+21343+fedbca97.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64 as a component of postgresql:15:8080020240220104521:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-rpm-macros-0:15.6-1.module+el8.8.0+21343+fedbca97.noarch", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-02-28T11:54:15+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": [ "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-rpm-macros-0:15.6-1.module+el8.8.0+21343+fedbca97.noarch", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1017" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-rpm-macros-0:15.6-1.module+el8.8.0+21343+fedbca97.noarch", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debuginfo-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pg_repack-debugsource-0:1.4.8-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debuginfo-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:pgaudit-debugsource-0:1.7.0-1.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el8.8.0+17071+aaaceaa4.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.src", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-contrib-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-debugsource-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-docs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plperl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-plpython3-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-pltcl-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-private-libs-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-server-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-static-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-test-rpm-macros-0:15.6-1.module+el8.8.0+21343+fedbca97.noarch", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.aarch64", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.ppc64le", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.s390x", "AppStream-8.8.0.Z.EUS:postgresql:15:8080020240220104521:63b34585:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el8.8.0+21343+fedbca97.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024:1429
Vulnerability from csaf_redhat
Published
2024-03-19 18:09
Modified
2025-03-03 16:57
Summary
Red Hat Security Advisory: postgresql security update
Notes
Topic
An update for the postgresql:10 module is now available for Red Hat Enterprise Linux 8.4 Advanced Update Support.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:10 module is now available for Red Hat Enterprise Linux 8.4 Advanced Update Support.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:1429", "url": "https://access.redhat.com/errata/RHSA-2024:1429" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1429.json" } ], "title": "Red Hat Security Advisory: postgresql security update", "tracking": { "current_release_date": "2025-03-03T16:57:48+00:00", "generator": { "date": "2025-03-03T16:57:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2024:1429", "initial_release_date": "2024-03-19T18:09:57+00:00", "revision_history": [ { "date": "2024-03-19T18:09:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-19T18:09:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-03T16:57:48+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 AppStream AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:10:8040020240226112406:522a0ee4", "product": { "name": "postgresql:10:8040020240226112406:522a0ee4", "product_id": "postgresql:10:8040020240226112406:522a0ee4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@10:8040020240226112406:522a0ee4" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "product": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "product_id": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, "product_reference": "postgresql:10:8040020240226112406:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, "product_reference": "postgresql:10:8040020240226112406:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, "product_reference": "postgresql:10:8040020240226112406:522a0ee4", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 as a component of postgresql:10:8040020240226112406:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-19T18:09:57+00:00", "details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1429" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.AUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le", "AppStream-8.4.0.Z.E4S:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64", "AppStream-8.4.0.Z.TUS:postgresql:10:8040020240226112406:522a0ee4:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL" } ] }
rhsa-2024_1314
Vulnerability from csaf_redhat
Published
2024-03-13 13:47
Modified
2024-11-13 15:07
Summary
Red Hat Security Advisory: postgresql:15 security update
Notes
Topic
An update for the postgresql:15 module is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
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).
Security Fix(es):
* postgresql: non-owner 'REFRESH MATERIALIZED VIEW CONCURRENTLY' executes arbitrary SQL (CVE-2024-0985)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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 the postgresql:15 module is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\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\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) 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-2024:1314", "url": "https://access.redhat.com/errata/RHSA-2024:1314" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1314.json" } ], "title": "Red Hat Security Advisory: postgresql:15 security update", "tracking": { "current_release_date": "2024-11-13T15:07:56+00:00", "generator": { "date": "2024-11-13T15:07:56+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:1314", "initial_release_date": "2024-03-13T13:47:29+00:00", "revision_history": [ { "date": "2024-03-13T13:47:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-03-13T13:47:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T15:07:56+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 AppStream EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "postgresql:15:9020020240213145157:rhel9", "product": { "name": "postgresql:15:9020020240213145157:rhel9", "product_id": "postgresql:15:9020020240213145157:rhel9", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/postgresql@15:9020020240213145157:rhel9" } } }, { "category": "product_version", "name": "postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch", "product": { "name": "postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch", "product_id": "postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src", "product": { "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src", "product_id": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } }, { "category": "product_version", "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, "product_reference": "postgresql:15:9020020240213145157:rhel9", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64" }, "product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src" }, "product_reference": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch" }, "product_reference": "postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 as a component of postgresql:15:9020020240213145157:rhel9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" }, "product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-0985", "cwe": { "id": "CWE-271", "name": "Privilege Dropping / Lowering Errors" }, "discovery_date": "2024-02-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2263384" } ], "notes": [ { "category": "description", "text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.", "title": "Vulnerability description" }, { "category": "summary", "text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL", "title": "Vulnerability summary" }, { "category": "other", "text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.", "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": [ "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-0985" }, { "category": "external", "summary": "RHBZ#2263384", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985" } ], "release_date": "2024-02-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-03-13T13:47:29+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": [ "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:1314" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145157:rhel9:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64", "AppStream-9.2.0.Z.EUS:postgresql:15:9020020240213145