Re: CREATE ROLE inheritance details
Laurenz Albe <laurenz.albe@cybertec.at>
From: Laurenz Albe <laurenz.albe@cybertec.at>
To: Bruce Momjian <bruce@momjian.us>, PostgreSQL-documentation <pgsql-docs@postgresql.org>
Cc: Robert Haas <robertmhaas@gmail.com>
Date: 2024-01-17T08:28:38Z
Lists: pgsql-docs
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. Yours, Laurenz Albe
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