Re: CREATE ROLE inheritance details
Bruce Momjian <bruce@momjian.us>
From: Bruce Momjian <bruce@momjian.us>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: Laurenz Albe <laurenz.albe@cybertec.at>, PostgreSQL-documentation <pgsql-docs@postgresql.org>, Robert Haas <robertmhaas@gmail.com>
Date: 2024-02-01T11:21:40Z
Lists: pgsql-docs
On Tue, Jan 30, 2024 at 01:49:42PM -0700, David G. Johnston wrote: > Almost there I think. The comment regarding seeing GRANT really applies to IN > ROLE, ROLE, and ADMIN. Repeating it seemed a poor choice and upon thinking > further it really makes sense to consider how this command and GRANT work > together part of the description of create role. So I moved that commentary to > a new description paragraph. I liked all your changes so applied your composite patch. You can see the results here: https://momjian.us/pgsql_docs/ These improvements will appear in the PG 16 minor release which will be packaged on Monday. -- 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