From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
---|---|
To: | mortoozseydi(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org |
Subject: | Re: missing GRANTED BY explanations |
Date: | 2023-09-30 21:00:24 |
Message-ID: | CAKFQuwbcyGXmow8zRgMZuCb-VjYzpoGnpnAn6c1LfCU=6MmZLQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On Sat, Sep 30, 2023 at 1:56 PM PG Doc comments form <noreply(at)postgresql(dot)org>
wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/16/sql-revoke.html
> Description:
>
> Hi,
> In the documentation for revoke command, there is no description for
> GRANTED
> BY clause.
> please explain that what will happen when using this clause in revoke
> command.
>
>
Grants specifications include the role doing the granting. So when you
remove a grant you have to also specify which role the grant came from.
That clause lets you specify said role explicitly.
David J.
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2023-09-30 21:51:35 | Re: missing GRANTED BY explanations |
Previous Message | David G. Johnston | 2023-09-30 20:18:34 | Re: Not clear spelling about transaction |