confusing terms

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: bad(dot)banana(at)outlook(dot)com
Subject: confusing terms
Date: 2018-09-03 07:17:12
Message-ID: 153595903271.31913.5283426348521619234@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/role-membership.html
Description:

https://www.postgresql.org/docs/10/static/role-membership.html

it says

"Once the group role exists, you can add and remove members using the GRANT
and REVOKE commands:

GRANT group_role TO role1, ... ;
REVOKE group_role FROM role1, ... ;"

how can you add members to a newly created group role using the above
command? shouldn't it be GRANT group_role TO user1 ??

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2018-09-03 07:21:32 K.I.S.S.
Previous Message Bruce Momjian 2018-09-03 02:11:59 Re: AT TIME ZONE correction