doc: PG 16 relnotes, merge and adjust CREATEROLE items
authorBruce Momjian
Wed, 9 Aug 2023 22:01:50 +0000 (18:01 -0400)
committerBruce Momjian
Wed, 9 Aug 2023 22:01:50 +0000 (18:01 -0400)
Reported-by: Noah Misch
Discussion: https://postgr.es/m/20230805230847[email protected]

Backpatch-through: 16 only

doc/src/sgml/release-16.sgml

index 1213f876f415ced7fd571998f1b0169a1f68b23f..cccdc01d114f2c53cbba1eef528112db0940beb7 100644 (file)
@@ -244,6 +244,24 @@ Collations and locales can vary between databases so having them as read-only se
 
 
 
+
+
+
+
+Restrict the privileges of CREATEROLE and its ability to modify other roles (Robert Haas)
+
+
+
+Previously roles with CREATEROLE privileges could change many aspects of any non-superuser role.  Such changes, including adding members, now require the role requesting the change to have ADMIN OPTION
+permission.  For example, they can now change the CREATEDB, REPLICATION, and BYPASSRLS properties only if they also have those permissions.
+
+
+
 
-
-
-
-Restrict the privileges of CREATEROLE roles (Robert Haas)
-
-
-
-Previously roles with CREATEROLE privileges could change many aspects of any non-superuser role.  Such changes, including adding members, now require the role requesting the change to have ADMIN OPTION
-permission.
-
-
-
-
-
-
-
-Improve logic of CREATEROLE roles ability to control other roles (Robert Haas)
-
-
-
-For example, they can change the CREATEDB, REPLICATION, and BYPASSRLS properties only if they also have those permissions.
-
-
-