Re: Restrict user to create only one db with a specific name

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Restrict user to create only one db with a specific name
Дата
Msg-id CAKFQuwZ-dQo9fhSc3-uOqL4_rvYBKN+nb6JMa7BzZPYRxU6YiQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Restrict user to create only one db with a specific name  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Restrict user to create only one db with a specific name
Следующее
От: Paul Förster
Дата:
Сообщение: Re: Restrict user to create only one db with a specific name