Re: [PATCH] Simplify permission checking logic in user.c

Поиск
Список
Период
Сортировка
От Andrey Borodin
Тема Re: [PATCH] Simplify permission checking logic in user.c
Дата
Msg-id 0858BA1D-6941-48D5-8547-5608C0EF841A@yandex-team.ru
обсуждение исходный текст
Ответ на Re: [PATCH] Simplify permission checking logic in user.c  (Paul Martinez <paulmtz@google.com>)
Список pgsql-hackers

> 31 дек. 2020 г., в 00:37, Paul Martinez <paulmtz@google.com> написал(а):
>
> In Google Cloud SQL we create a role for customers, cloudsqlsuperuser,
> which, confusingly, is not a SUPERUSER, but does have some extra
> permissions. We've modified a lot of "if (!superuser())" checks to
> "if (!superuser() && !cloudsqlsuperuser())".

You use cloudsqlsuperuser.
RDS has rds_superuser.
Aiven has their aiven_extras extension.
Yandex Cloud has mdb_admin and mdb_replication.

Some of us, probably, could do something useful for the project instead of rebasing those patches and extensions.
Let's start to work together with community. Let's address issues that thread[0] faced and restart it.

Happy New Year :)

Best regards, Andrey Borodin.

[0]
https://www.postgresql.org/message-id/flat/f41d93b6-69ba-fa05-c91a-045bafa5f832%402ndquadrant.com#636c800abc6f464c388db7f532a389ba


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: [PATCH] Simple progress reporting for COPY command
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: poc - possibility to write window function in PL languages