Re: Restrict user to create only one db with a specific name - Mailing list pgsql-general

From David G. Johnston
Subject Re: Restrict user to create only one db with a specific name
Date
Msg-id CAKFQuwZ-dQo9fhSc3-uOqL4_rvYBKN+nb6JMa7BzZPYRxU6YiQ@mail.gmail.com
Whole thread Raw
In response to Re: Restrict user to create only one db with a specific name  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-general
On Friday, March 6, 2020, David G. Johnston <david.g.johnston@gmail.com> wrote:
On Fri, Mar 6, 2020 at 4:28 PM Tiffany Thang <tiffanythang@gmail.com> wrote:
Hi,
Is there a way in PostgreSQL 12 to restrict user to creating a database with a specific database name?

 

You could just have them log into an admin database and run a function that creates the database for them using function owner privileges then you can add whatever special logic you want to that function.

Or not...the transaction involved with executing a function causes create database to not work...

David J.

pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Restrict user to create only one db with a specific name
Next
From: Paul Förster
Date:
Subject: Re: Restrict user to create only one db with a specific name