Re: granting right to create and delete just one database - Mailing list pgsql-general

From Laurenz Albe
Subject Re: granting right to create and delete just one database
Date
Msg-id d6e35f82ffbb0129462aed594ee6286bf28c0125.camel@cybertec.at
Whole thread Raw
In response to Re: granting right to create and delete just one database  (Chris Withers <chris@withers.org>)
List pgsql-general
Chris Withers wrote:
> > > Is there any way to grant rights to a user such that they can drop and
> > > re-create only a single database?
> > No; what I'd do if I needed that is to create a SECURITY DEFINER function
> > that is owned by a user with the CREATEDB privilege.
>
> Thanks, that's a great idea! Is this pattern documented anywhere as a 
> complete finished thing?

I'm afraid that is left as an exercise to the reader.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-general by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: verify checksums / CREATE DATABASE
Next
From: guyren@relevantlogic.com
Date:
Subject: Advice on setting cost for function