The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/role-membership.html Description:
In § 22.3 there's a paragraph stating > Immediately after connecting as role joe, a database session will have use of privileges granted directly to joe plus any privileges granted to admin, because joe “inherits” admin's privileges. But in the code block directly presiding that paragraph contain the command `CREATE ROLE admin NOINHERIT;`.