"David G. Johnston" <david.g.johnston@xxxxxxxxx> writes: > On Fri, Aug 20, 2021 at 6:26 AM Tom Lane <tgl@xxxxxxxxxxxxx> wrote: >> "Li EF Zhang" <bjzhangl@xxxxxxxxxx> writes: >>> Since pg13 support trusted extension, so I changed control file of bloom >>> and make it trusted. >> The fact that you can edit the file that way doesn't make it a supported >> case. > Why does that matter here though? This isn't a question about a security > violation, it's one about the basic premise that a trusted extension is > owned by the creating user and thus can be dropped by them. My point was that randomly marking stuff as trusted is likely to cause large problems, therefore we don't support doing it. Per the other followup, this does work as-expected in v14. I doubt we'd take the risk of moving superuserness checks around in v13 to make it work there. regards, tom lane