[PATCH] New predefined role pg_manage_extensions

From: Michael Banck <mbanck(at)gmx(dot)net>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [PATCH] New predefined role pg_manage_extensions
Date: 2024-01-12 14:53:01
Message-ID: 65a1524e.050a0220.49266.7670@mx.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I propose to add a new predefined role to Postgres,
pg_manage_extensions. The idea is that it allows Superusers to delegate
the rights to create, update or delete extensions to other roles, even
if those extensions are not trusted or those users are not the database
owner.

I have attached a WIP patch for this.

Thoughts?

Michael

Attachment Content-Type Size
0001-Add-new-pg_manage_extensions-predefined-role.patch text/x-diff 3.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2024-01-12 15:09:41 Re: tablecmds.c/MergeAttributes() cleanup
Previous Message Robert Haas 2024-01-12 14:50:39 Re: cleanup patches for incremental backup