Re: [PATCH] Simplify permission checking logic in user.c - Mailing list pgsql-hackers

From Andrey Borodin
Subject Re: [PATCH] Simplify permission checking logic in user.c
Date
Msg-id 0858BA1D-6941-48D5-8547-5608C0EF841A@yandex-team.ru
Whole thread Raw
In response to Re: [PATCH] Simplify permission checking logic in user.c  (Paul Martinez <paulmtz@google.com>)
List 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 by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: [PATCH] Simple progress reporting for COPY command
Next
From: Pavel Stehule
Date:
Subject: Re: poc - possibility to write window function in PL languages