[`] Paragraph doesn't match example in - Mailing list pgsql-docs

From PG Doc comments form
Subject [`] Paragraph doesn't match example in
Date
Msg-id 166172242014.1235920.18286236954286204555@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [`] Paragraph doesn't match example in
List pgsql-docs
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;`.

pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: INSERT RETURNING
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCH] doc/queries.sgml: add missing comma