Re: CREATE ROLE inheritance details - Mailing list pgsql-docs

From David G. Johnston
Subject Re: CREATE ROLE inheritance details
Date
Msg-id CAKFQuwZMnW-LyqtwjHxZsm6Wkg5Jeg4sm8oM3H22NT2h36uHGg@mail.gmail.com
Whole thread Raw
In response to Re: CREATE ROLE inheritance details  (Noah Misch <noah@leadboat.com>)
Responses Re: CREATE ROLE inheritance details
List pgsql-docs
On Sat, Mar 30, 2024 at 11:16 PM Noah Misch <noah@leadboat.com> wrote:
On Tue, Jan 30, 2024 at 01:49:42PM -0700, David G. Johnston wrote:
> +   The membership grants created by the
> +   <literal>IN ROLE</literal>, <literal>ROLE</literal>, and <literal>ADMIN</literal>
> +   clauses have the role executing this command as the grantee.

This should be s/grantee/grantor/, right?

Correct.


> +   If unspecified when create a new role membership this defaults to
> +   the inheritance attribute of the role being added.

Need s/create/creating/.  Missing comma.  While phrase "role being added"
isn't wrong, the rest of the paragraph uses "member" and uses "granted role"
to refer to the member-of role.  Putting those together:

  If unspecified when creating a new role membership, this defaults to the
  inheritance attribute of the new member.

I like that better.

David J.

pgsql-docs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: tools.ietf.org is decommissioned and our links are redirected
Next
From: PG Doc comments form
Date:
Subject: Need a PostgreSQL 16 developer edition for enabling vector support