CREATE ROLE

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: s(dot)bailey(at)chorusintel(dot)com
Subject: CREATE ROLE
Date: 2024-03-27 00:52:55
Message-ID: 171150077554.7105.801523271545956671@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/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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2024-03-27 21:58:48 Re: CREATE ROLE
Previous Message Bruce Momjian 2024-03-26 16:30:42 Re: substring start position behavior