Re: CREATE ROLE inheritance details
Bruce Momjian <bruce@momjian.us>
From: Bruce Momjian <bruce@momjian.us>
To: Laurenz Albe <laurenz.albe@cybertec.at>
Cc: PostgreSQL-documentation <pgsql-docs@postgresql.org>, Robert Haas <robertmhaas@gmail.com>
Date: 2024-01-17T16:38:49Z
Lists: pgsql-docs
On Wed, Jan 17, 2024 at 09:28:38AM +0100, Laurenz Albe wrote: > On Tue, 2024-01-16 at 17:03 -0500, Bruce Momjian wrote: > > I am unhappy with the documentation adjustments made to CREATE ROLE in > > Postgres 16 by this commit: > > > > commit e3ce2de09d > > > > I have attached a patch to re-add this information, and clarify it. I > > would like to apply this to PG 16 and master. > > I had to read the text twice before I understood it, but I cannot think > of a simpler way to write it. Yeah, I had the same feeling. A bullet list would be nice but overkill for a manual page. -- Bruce Momjian <bruce@momjian.us> https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.
Commits
-
Correct "improve role option documentation".
- e9b905325c13 16.3 landed
- 68ba46dfe38c 17.0 landed
-
Allow grant-level control of role inheritance behavior.
- e3ce2de09d81 16.0 cited