pgsql: doc: improve role option documentation

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: doc: improve role option documentation
Дата
Msg-id E1rVUzQ-00498h-7c@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/88be3f076c4cc26d31586d433cb41185eebb3c11

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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: doc: remove incorrect grammar for ALTER EVENT TRIGGER
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Continue my quest to make 002_blocks.pl pass reliably.