Re: Extension security improvement: Add support for extensions with an owned schema
Jelte Fennema-Nio <postgres@jeltef.nl>
From: "Jelte Fennema-Nio" <postgres@jeltef.nl>
To: "Robert Haas" <robertmhaas@gmail.com>
Cc: "Artem Gavrilov" <artem.gavrilov@percona.com>, "Jelte Fennema-Nio"
<me@jeltef.nl>, "Tomas Vondra" <tomas@vondra.me>, "David G. Johnston"
<david.g.johnston@gmail.com>, "Jeff Davis" <pgsql@j-davis.com>,
"PostgreSQL-development" <pgsql-hackers@postgresql.org>
Date: 2025-09-01T20:27:51Z
Lists: pgsql-hackers
Attachments
- v7-0001-Add-support-for-extensions-with-an-owned-schema.patch (text/x-patch) patch v7-0001
On Mon Sep 1, 2025 at 4:44 PM CEST, Jelte Fennema-Nio wrote: > On Mon Aug 11, 2025 at 9:23 PM CEST, Robert Haas wrote: >> On Mon, Aug 11, 2025 at 1:55 PM Robert Haas <robertmhaas@gmail.com> wrote: >>> [ some review ] > > Attached is a patch that addresses your comments I think. Attached is a version that doesn't fail the tests.