confusing terms

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема confusing terms
Дата
Msg-id 153595903271.31913.5283426348521619234@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: confusing terms  (Bruce Momjian <bruce@momjian.us>)
Список 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 ??

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: AT TIME ZONE correction
Следующее
От: PG Doc comments form
Дата:
Сообщение: K.I.S.S.