Re: CREATE ROLE inheritance details

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: CREATE ROLE inheritance details
Дата
Msg-id 20240331061642.07@rfd.leadboat.com
обсуждение исходный текст
Ответ на Re: CREATE ROLE inheritance details  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: CREATE ROLE inheritance details  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-docs
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?

> +   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.



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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: ts_headline performance note
Следующее
От: PG Doc comments form
Дата:
Сообщение: ALTER TABLE atomicity with sub-commands