From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: improve role option documentation |
Date: | 2024-02-01 11:12:16 |
Message-ID: | E1rVUzQ-00498g-75@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
doc: improve role option documentation
Role option management was changed in Postgres 16. This patch improves
the docs around these changes, including CREATE ROLE's INHERIT option,
inheritance handling, and grant's ability to change role options.
Discussion: https://postgr.es/m/Zab9GiV63EENDcWG@momjian.us
Co-authored-by: David G. Johnston
Backpatch-through: 16
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/21912e3c0262e2cfe64856e028799d6927862563
Modified Files
--------------
doc/src/sgml/ref/create_role.sgml | 87 ++++++++++++++++++++++++---------------
doc/src/sgml/ref/grant.sgml | 29 +++++++------
doc/src/sgml/user-manag.sgml | 8 ++--
3 files changed, 74 insertions(+), 50 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2024-02-01 16:56:59 | pgsql: Continue my quest to make 002_blocks.pl pass reliably. |
Previous Message | Daniel Gustafsson | 2024-02-01 10:07:41 | pgsql: doc: remove incorrect grammar for ALTER EVENT TRIGGER |