public inbox for [email protected]  
help / color / mirror / Atom feed
From: Bagesh Kumar Singh <[email protected]>
To: David G. Johnston <[email protected]>
Cc: Saksham Joshi <[email protected]>
Cc: Adrian Klaver <[email protected]>
Cc: [email protected]
Subject: Re: Not able to grant access on pg_signal_backend on azure flexible server
Date: Mon, 22 Apr 2024 12:50:55 +0530
Message-ID: <CAJT4eW0DL-sXFdG1vEa25zAdBQrJf0RHHqOQ_s_XfYGrAJkJ-Q@mail.gmail.com> (raw)
In-Reply-To: <CAKFQuwawKpd8ce=MyVwAuv0qJVjoVAEEo=1XFB=ggeZeK0vSMg@mail.gmail.com>
References: <CAPRm4pNU9BLCM1rxr602Y04P1NcUYnmYuqwWwRU5ufc8rGLAqQ@mail.gmail.com>
	<[email protected]>
	<CAPRm4pN--N+PRTeyNu_Kak-iHwVxKLetoMAbSKCwRyiVYf5Ojw@mail.gmail.com>
	<CAKFQuwZ57PfPOudoTSKoiJjhC1Q8WV0xxH7w-7SKHF6KfPs8cw@mail.gmail.com>
	<CAPRm4pNsANFeuimJropAtKwXhfYx0vTZkKfWgLQcv9pPr6ezvQ@mail.gmail.com>
	<CAKFQuwawKpd8ce=MyVwAuv0qJVjoVAEEo=1XFB=ggeZeK0vSMg@mail.gmail.com>

No luck.

On Mon, 22 Apr, 2024, 11:42 am David G. Johnston, <
[email protected]> wrote:

> On Sun, Apr 21, 2024 at 10:49 PM Saksham Joshi <[email protected]>
> wrote:
>
>> We have tried granting it with our admin user also but no avail.
>>
>
> This is how v16+ works in a community installation:
>
> postgres=1 # create role cr createrole;
> CREATE ROLE
>
> postgres 2=# set role cr;
> SET
>
> postgres 2=> create role otherrole;
> CREATE ROLE
> postgres 2=> grant pg_signal_backend to otherrole;
> ERROR:  permission denied to grant role "pg_signal_backend"
> DETAIL:  Only roles with the ADMIN option on role "pg_signal_backend" may
> grant this role.
>
> postgres 1=# grant pg_signal_backend to cr with admin option;
> GRANT ROLE
>
> postgres 2=> grant pg_signal_backend to otherrole;
> GRANT ROLE
>
> David J.
>
>


view thread (4+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected], [email protected], [email protected]
  Subject: Re: Not able to grant access on pg_signal_backend on azure flexible server
  In-Reply-To: <CAJT4eW0DL-sXFdG1vEa25zAdBQrJf0RHHqOQ_s_XfYGrAJkJ-Q@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox