CREATE ROLE

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема CREATE ROLE
Дата
Msg-id 171150077554.7105.801523271545956671@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: CREATE ROLE  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/sql-createrole.html
Description:

https://www.postgresql.org/docs/16/sql-createrole.html

ROLE role_name
The ROLE clause causes one or more specified existing roles to be
automatically added as members, with the SET option enabled. This in effect
makes the new role a “group”. Roles named in this clause with role-level the
INHERIT attribute will have the INHERIT option enabled in the new
membership. New memberships will have the ADMIN option disabled.

The following sentence is badly worded:
Roles named in this clause with role-level the INHERIT attribute will have
the INHERIT option enabled in the new membership

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: substring start position behavior
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: CREATE ROLE