[PATCH] New predefined role pg_manage_extensions - Mailing list pgsql-hackers

From Michael Banck
Subject [PATCH] New predefined role pg_manage_extensions
Date
Msg-id 65a1524e.050a0220.49266.7670@mx.google.com
Whole thread Raw
Responses Re: [PATCH] New predefined role pg_manage_extensions
List 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

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: cleanup patches for incremental backup
Next
From: Robert Haas
Date:
Subject: Re: tablecmds.c/MergeAttributes() cleanup